psm stack resume

Use this command to resume creation of a stack that was not fully created and then encountered an error during creation and was not rolled back.

Syntax

psm stack resume -n|--stack-name stackServiceName 
     [-of|--output-format json|html|short

Parameters

All parameters are required unless otherwise noted.

Parameter Description
—n|—stack-namestackServiceName Name of the stack instance to resume.
—of|—output-format json|html|short (Optional) Desired output format.

Accepted values: json, html, short

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

-wc|--wait-until-complete true|false

(Optional) A boolean value that, when set to true, makes the command behave synchronously; that is, it does not return until the submitted job is complete. The following message is displayed until the job is complete:
Waiting for the job to complete... (it cannot be cancelled)
Default: false

Example

$ psm stack resume -n MyStack -of json