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