v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Type API

Cancel Schema Migration

Cancel a still-pending schema migration. Once the worker has started applying it, the request fails with FailedPrecondition.

post/v2/schema-migrations/{id}/cancel

Path parameters

idstring required

The ID of the schema migration to cancel. Only a migration still in the PENDING state can be cancelled; once the worker has started applying it the request fails with FailedPrecondition.

Response

Success