Delete volume
You can delete an existing volume.
Choose the workflow to use based on the type of Cloud Volumes ONTAP deployment:
Delete volume for single node
You can use this workflow to delete volume for a single node working environment.
1. Create the working environment
Perform the Create Azure single node working environment workflow and choose the publicId
value for the working environment field in the input parameter.
2. Select the volume
Perform the workflow Get volumes and choose the name
and the svmName
values of the volume to delete and use them for the volumeName
and svmName
path parameters.
3. Delete the volume
HTTP method | Path |
---|---|
DELETE |
/occm/api/azure/vsa/volumes/{workingEnvironmentId}/{svmName}/{volumeName} |
- curl example
curl --location --request DELETE 'https://cloudmanager.cloud.netapp.com/occm/api/azure/vsa/volumes/<WORKING_ENV_ID>/<SVM_NAME>/<VOLUME_NAME>' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
Path parameters:
-
<WORKING_ENV_ID>
(workingEnvironmentId)
string -
<SVM_NAME>
(svmName)
string -
<VOLUME_NAME>
(volumeName)
string
-
- Output
-
None
Delete volume for high availability pair
You can use this workflow to delete volume for an HA working environment.
1. Create the working environment
Perform the Create Azure HA working environment workflow and choose the publicId
value for the working environment field in the input parameter.
2. Select the volume
Perform the workflow Get volumes and choose the name
and the svmName
values of the volume to delete and use them for the volumeName
and svmName
path parameters.
3. Delete the volume
HTTP method | Path |
---|---|
DELETE |
/occm/api/azure/ha/volumes/{workingEnvironmentId}/{svmName}/{volumeName} |
- curl example
curl --location --request DELETE 'https://cloudmanager.cloud.netapp.com/occm/api/azure/ha/volumes/<WORKING_ENV_ID>/<SVM_NAME>/<VOLUME_NAME>' --header 'Content-Type: application/json' --header 'x-agent-id: <AGENT_ID>' --header 'Authorization: Bearer <ACCESS_TOKEN>'
- Input
-
Path parameters:
-
<WORKING_ENV_ID>
(workingEnvironmentId)
string -
<SVM_NAME>
(svmName)
string -
<VOLUME_NAME>
(volumeName)
string
-
- Output
-
None