/commands/{commandId}/retry
Mount Point: /api/v13/commands/{commandId}/retry
POST
Try to rerun a command.
Note: Only command that supports retry is UpgradeCluster. ApiCommand#isCanRetry() will be true for only UpgradeCluster command.
Parameters
| name | description | type | default |
|---|---|---|---|
| commandId | ID of the command that needs to be run. | path |
Response Body
| element: | command |
Command that represents the retry attempt.