psm accs rollback

This command rollbacks an update applied on Oracle Application Container Cloud Service application.

Syntax

psm accs app 
-n|--app-name name 
[-o|--mode ] 
[-of|--output-format json|html|short]
[-wc|--wait-until-complete] 

Parameters

Parameter Description
-n, --app-name Name of the application.
-o, --mode (Optional)Mode in which update will be performed. Can be rolling or quick.

-of|--output-format json|html|short

(Optional) Specifies the output format of the command’s response:
  • json—output is formatted as a JSON array.

  • html—output is formatted as HTML

  • short—output is formatted as a brief summary.

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

-wc, --wait-until-complete Wait until the command is complete. Valid values true or false. Default is false.

Examples

$ psm accs rollback -n ExampleApp 
{
    "status": "Completed",
    "details": {"message": "APAAS-RUNTIME-ROLLBACK-006: Successfully initiated a process for rolling back envRuntime for app [ExampleApp] to version [nodev6.11.1]."}
}
Job ID : 10961354