Unarchive a Use Case

Restore a previously archived use case by setting its status back to active.

Required scope: vision-events:manage

Unarchive a Use Case

post

Restore a previously archived use case by setting its status back to active.

Authorizations
AuthorizationstringRequired

Roboflow API key passed as a Bearer token.

Path parameters
useCaseIdstringRequired

The ID of the use case to unarchive.

Responses
200

Use case unarchived successfully.

application/json
successbooleanOptional
post
/vision-events/use-cases/{useCaseId}/unarchive

Path Parameters

  • useCaseId (string, required): The ID of the use case to unarchive.

Example Request

Example Response

Notes

  • Only use cases with an inactive status can be unarchived. Attempting to unarchive an already active use case will return a 400 error.

  • Once unarchived, the use case will appear in active listings and accept new event ingestion again.

Last updated

Was this helpful?