cURL
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" }
Unlists a network volume for rent.
CLI Usage: vastai unlist volume <offer_id>
vastai unlist volume <offer_id>
API key must be provided in the Authorization header
ID of network volume ask being unlisted
Successful response
id of unlisted network volume ask
status message