---
title: "unlist network-volume"
method: POST
path: "/api/v0/network_volumes/unlist/"
tags: ["Network Volumes"]
---

# unlist network-volume

`POST /api/v0/network_volumes/unlist/`

Unlists a network volume for rent.

CLI Usage: `vastai unlist volume <offer_id>`

## Request body

- object
  - `id` integer, required — ID of network volume ask being unlisted

## Response `200`

Successful response

- object
  - `success` boolean
  - `id` integer — id of unlisted network volume ask
  - `msg` string — status message

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.dev/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
