Skip to main content

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

ParameterDescriptionType
identifierThe unique identifier of the network volume to delete.str
api_keyAPI 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!"
}