POST
/
api
/
v0
/
network_volume
/
unlist
unlist network-volume
curl --request POST \
  --url https://console.vast.ai/api/v0/network_volume/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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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