Skip to main content
POST
/
api
/
v0
/
network_volumes
/
unlist
/
unlist network-volume
curl --request POST \
  --url https://console.vast.ai/api/v0/network_volumes/unlist/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": 123
}'
{
  "success": true,
  "id": 6,
  "msg": "Deleted network volume listing"
}

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Body

application/json
id
integer
required

ID of network volume ask being unlisted

Response

Successful response

success
boolean
id
integer

id of unlisted network volume ask

msg
string

status message

I