delete
inctl cluster delete
Delete an IPC
Synopsis
Delete an IPC.
Example: inctl cluster delete <cluster-name> --org <my-org>
If the IPC is online, it will be reset back to the unregistered state. If it is offline, it will be removed from your organization, but will need to be reset or reinstalled before it is registered to another project.
inctl cluster delete my-cluster --org <my-org> [flags]
Options
-h, --help help for delete
--require_reachable Fail the deletion command when the cluster was not reachable
Options inherited from parent commands
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
-p, --project string The Google Cloud Project (GCP) project to use. You can set the environment variable
INTRINSIC_PROJECT=project_name to set a default project name.
SEE ALSO
- inctl cluster - Workcell cluster handling