]> git.proxmox.com Git - pve-docs.git/blobdiff - pveum.1-synopsis.adoc
notifications: add note regarding when 'job-id' is set for backups
[pve-docs.git] / pveum.1-synopsis.adoc
index 0b60d7cb9217dba41ae0acd307e08176b6daf37a..905b27fb2cb29c0d186f6a960dfbae88c64fef38 100644 (file)
@@ -825,6 +825,18 @@ API token expiration date (seconds since epoch). '0' means no expiration date.
 
 Restrict API token privileges with separate ACLs (default), or give full privileges of corresponding user.
 
+*pveum user token delete* `<userid> <tokenid>` `[FORMAT_OPTIONS]`
+
+Remove API token for a specific user.
+
+`<userid>`: `<string>` ::
+
+Full User ID, in the `name@realm` format.
+
+`<tokenid>`: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` ::
+
+User-specific token identifier.
+
 *pveum user token list* `<userid>` `[FORMAT_OPTIONS]`
 
 Get user API tokens.
@@ -873,17 +885,9 @@ User-specific token identifier.
 
 Only dump this specific path, not the whole tree.
 
-*pveum user token remove* `<userid> <tokenid>` `[FORMAT_OPTIONS]`
-
-Remove API token for a specific user.
-
-`<userid>`: `<string>` ::
-
-Full User ID, in the `name@realm` format.
+*pveum user token remove*
 
-`<tokenid>`: `(?^:[A-Za-z][A-Za-z0-9\.\-_]+)` ::
-
-User-specific token identifier.
+An alias for 'pveum user token delete'.
 
 *pveum useradd*