Delete a system
You can delete an existing Cloud Volumes ONTAP system.
Choose the workflow to use based on the type of the Cloud Volumes ONTAP deployment:
Delete a system for a single node
You can use this workflow to delete a system for a single node system.
Step 1. Select the system
Perform the workflow Get systems and choose the publicId
value of the system for the workingEnvironmentId
path parameter.
Step 2. Delete the system
You can issue a REST API call to delete a system for a single node.
This REST API call uses the following method and endpoint.
HTTP method | Path |
---|---|
DELETE |
/occm/api/vsa/working-environments/{workingEnvironmentId} |
curl --request DELETE \
--location "https://api.bluexp.netapp.com/occm/api/vsa/working-environments/<WORKING_ENV_ID>" \
--header "x-agent-id: <AGENT_ID>" \
--header "Authorization: Bearer <ACCESS_TOKEN>" \
--header "Content-Type: application/json" \
In addition to the parameters common with all REST API calls, the following parameters are also used in the curl examples for this step.
Parameter | Type | Required | Description |
---|---|---|---|
|
Path |
Yes |
Identifies the system ID |
|
Query |
No |
If |
|
Query |
No |
If |
None
Delete a system for a high availability pair
You can use this workflow to delete a system for an HA pair.
Step 1. Select the system
Perform the workflow Get systems and choose the publicId
value of the system for the workingEnvironmentId
path parameter.
Step 2. Delete the system
You can issue a REST API call to delete a system for a single node.
HTTP method | Path |
---|---|
DELETE |
/occm/api/aws/ha/working-environments/{workingEnvironmentId} |
curl --request DELETE \
--location "https://api.bluexp.netapp.com/occm/api/aws/ha/working-environments/<WORKING_ENV_ID>" \
--header "x-agent-id: <AGENT_ID>" \
--header "Authorization: Bearer <ACCESS_TOKEN>" \
--header "Content-Type: application/json"
In addition to the parameters common with all REST API calls, the following parameters are also used in the curl examples for this step.
Parameter | Type | Required | Description |
---|---|---|---|
|
Path |
Yes |
Identifies the system ID |
|
Query |
No |
If |
|
Query |
No |
If |
None