Stop an Instance
$ catalytic instance stop <Id> [--format=<FormatExpression>] [--credentials=<CredentialsName>]
This command stops an active Instance and sets its status to Cancelled
.
Option | Description |
---|---|
<Id> | The Catalytic system ID of the Instance |
--format=<FormatExpression> | A FormatExpression to define the output style and properties. See Formatting Output and Instance Properties for more information. |
--credentials=<CredentialsName> | A string corresponding to saved Credentials. See Using Credentials for more information about Authentication. |
Example
Stop Instance with Id 10000000-0000-0000-0000-000000000000
.
$ catalytic instance stop 10000000-0000-0000-0000-000000000000
Updated over 3 years ago