Overview

Vacuum dataset

Vacuum dataset.

When the endpoint returns the status code 200, it means that the vacuuming request is queued. The vacuuming itself might take several hours to complete.

POST/v2/datasets/{dataset_id}/vacuum
Features

Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.

Input1
Authorizationheaderrequired
Sent from your browser straight to the API — never to Docsbook, never stored.
dataset_idstring · pathrequired
(path)
Responses
200VacuumResult
429TooManyVacuumRequests
Example input
curl -X POST 'https://api.axiom.co/v2/datasets/{dataset_id}/vacuum' \
  -H 'Authorization: Bearer API_TOKEN'

Updated

Was this page helpful?