Delete Network Volume
Overview
This API allows you to delete an existing network volume using its identifier.
Example
- Method:
DELETE
Endpoint
https://api.gpulab.ai/nas-server/{identifier}
Headers
Parameter | Description | Type |
---|---|---|
identifier | The unique identifier of the network volume to delete. | str |
api_key | API key for authorization. Passed through the verify_read_write_access dependency. | str |
Request Body
There is no request body required for this DELETE request.
Response
Upon successful deletion, the response will contain a status and message.
Response (JSON)
{
"status": "success",
"message": "Nas Server successfully removed!"
}