Skip to main content

conveyor undeploy

Undeploy the current project

Synopsis

Removes a project from an environment. That way you can decommission a project from an environment without deleting the whole project.

conveyor undeploy [flags]

Examples

To remove a project from an environment named dev, execute the following command:

$ conveyor project undeploy --env dev

Options

      --env string    The environment to undeploy from
-h, --help help for undeploy
--id string The id of the project
--name string The name of the project
--path string The location of the project (default ".")
-w, --wait Whether to wait for the undeployment to succeed or not

Options inherited from parent commands

      --debug                        Show debug output
--no-browser NO_BROWSER=true Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
-o, --output string Change the output. Valid options are table or json (default "table")
--quiet QUIET=true Quiet down the output. You can also use the environment variable QUIET=true.

See also

  • conveyor - A CLI to operate your Conveyor environments and projects