Backup / Client / stop_backup_job

stop_backup_job

Backup.Client.stop_backup_job(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.stop_backup_job(
    BackupJobId='string'
)
Parameters:

BackupJobId (string) –

[REQUIRED]

Uniquely identifies a request to Backup to back up a resource.

Returns:

None

Exceptions