Stop Backup Job
| backup_stop_backup_job | R Documentation |
Attempts to cancel a job to create a one-time backup of a resource¶
Description¶
Attempts to cancel a job to create a one-time backup of a resource.
This action is not supported for the following services:
-
Amazon Aurora
-
Amazon DocumentDB (with MongoDB compatibility)
-
Amazon FSx for Lustre
-
Amazon FSx for NetApp ONTAP
-
Amazon FSx for OpenZFS
-
Amazon FSx for Windows File Server
-
Amazon Neptune
-
SAP HANA databases on Amazon EC2 instances
-
Amazon RDS
Usage¶
backup_stop_backup_job(BackupJobId)
Arguments¶
BackupJobId |
[required] Uniquely identifies a request to Backup to back up a resource. |
Value¶
An empty list.
Request syntax¶
svc$stop_backup_job(
BackupJobId = "string"
)