Skip to content

Start the housekeeping task for a project

POST
/api/v4/projects/{id}/housekeeping

Starts the housekeeping task for a project.

id
required
One of:
string

The ID or URL-encoded path of the project

Media type application/json
object
task

prune to trigger manual prune of unreachable objects or eager to trigger eager housekeeping.

string
default: :eager nullable
Allowed values: :eager :prune

Created

Bad Request

Unauthorized

Unauthenticated

Not Found

Conflict