Skip to main content
Version: Latest-3.2

CANCEL RESTORE

Description

Cancels an ongoing RESTORE task in a specified database.

CAUTION

If a RESTORE task is canceled during the COMMIT phase, the restored data will be corrupted and inaccessible. In this case, you can only perform the RESTORE operation again and wait for the job to complete.

Syntax

CANCEL RESTORE FROM <db_name>

Parameters

ParameterDescription
db_nameName of the database that the RESTORE task belongs to.

Examples

Example 1: Cancels the RESTORE task under the database example_db.

CANCEL RESTORE FROM example_db;