blob: f59a6f5c9a7a036dd00154c00d75aaaab8d76759 [file] [log] [blame] [view]
@PLUGIN@ delete
===============
NAME
----
@PLUGIN@ delete - Delete a batch.
SYNOPSIS
--------
```
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ delete <BATCH-ID>
```
DESCRIPTION
-----------
Delete the batch and any refs it points to.
ACCESS
------
Any user who has configured an SSH key, and is a member
of the privileged 'Administrators' group.
SCRIPTING
---------
This command is intended to be used in scripts.
EXAMPLES
--------
Delete a batch:
```
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ delete 0644a132-5b79-4c88-bf22-9364a1d02deb
```