pool.snapshottask.delete ======================== Delete a Periodic Snapshot Task with specific `id` .. examples(websocket):: :::javascript { "id": "6841f242-840a-11e6-a437-00e04d680384", "msg": "method", "method": "pool.snapshottask.delete", "params": [ 1 ] } .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the periodic snapshot task to delete.

Parameter 2: options

options

Type: object

Options for controlling task deletion behavior.

No Additional Properties

Fixate Removal Date

Type: boolean Default: false

Whether to fix the removal date of existing snapshots when the task is deleted.

Result

Type: const

Indicates successful deletion of the periodic snapshot task.

Specific value: true


*Required roles:* SNAPSHOT_TASK_WRITE