Back to Meshery

mesheryctl-design-undeploy

docs/content/en/reference/mesheryctl/design/undeploy.md

1.0.181.1 KB
Original Source

mesheryctl design undeploy

Undeploy design

Synopsis

Undeploy design will trigger undeploy of design

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design undeploy [flags] </div> </pre>

Examples

Undeploy design by providing file path

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design undeploy -f [filepath] </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -f, --file string Path to design file -h, --help help for undeploy </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token file default from current context -v, --verbose verbose output </div> </pre>

See Also

Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.