Skip to main content

ims orchestration payload delete

Delete a payload. Note: It can take some time to delete a payload.

ims orchestration payload delete [flags]

Examples

ims orchestration payload delete --project-id alpha-beta-123456 --allocation-id 1a2b3c4d-1a2b-3c4d-5e6f-1a2b3c4d5e6f --payload-id ab12c-xyz34
ims orchestration payload delete --project-id alpha-beta-123456 --allocation-id 1a2b3c4d-1a2b-3c4d-5e6f-1a2b3c4d5e6f --payload-id ab12c-xyz34 --force

Options

      --allocation-id string   allocation id of the payload to delete (required)
--force deletes a payload even if it is 'reserved'.
-h, --help help for delete
--payload-id string Id of the payload to delete (required)
--project-id string IMS project id of the payload to delete (required)

Options inherited from parent commands

      --ci                   include this when running in a CI environment, this switches to the IMS service account authentication flow
--config string config file location, defaults to $HOME/.ims
--output-type string command output type (human/json) (default "human")

SEE ALSO