CANCEL BACKUP
Cancels a backup in progress using the backup task ID.
Synopsis
CANCEL BACKUP <backup_id> ;
Syntax conventions | Description |
---|---|
UPPERCASE |
Literal keyword. |
Lowercase |
Not literal. |
|
Variable value. Replace with a user-defined value. |
|
Optional.
Square brackets ( |
|
Group.
Parentheses ( |
|
Or.
A vertical bar ( |
|
Repeatable.
An ellipsis ( |
|
Single quotation ( |
|
Map collection.
Braces ( |
Set, list, map, or tuple.
Angle brackets ( |
|
|
End CQL statement.
A semicolon ( |
|
Separate the command line options from the command arguments with two hyphens ( |
|
Search CQL only: Single quotation marks ( |
|
Search CQL only: Identify the entity and literal value to overwrite the XML element in the schema and solrConfig files. |
- backup_id
-
The backup operation UUID.
Example
Cancel a backup
Cancel a running backup process:
CANCEL BACKUP backup_configuration_1-c0dfeb5b-323e-4e3d-8ebc-6948050e3e70;