21 lines
433 B
Markdown
21 lines
433 B
Markdown
|
|
# pvesubscription
|
||
|
|
|
||
|
|
> Manage Proxmox subscription keys.
|
||
|
|
> More information: <https://pve.proxmox.com/pve-docs/pvesubscription.1.html>.
|
||
|
|
|
||
|
|
- Display subscription information:
|
||
|
|
|
||
|
|
`pvesubscription {{[g|get]}}`
|
||
|
|
|
||
|
|
- Set the subscription key:
|
||
|
|
|
||
|
|
`pvesubscription set {{subscription_key}}`
|
||
|
|
|
||
|
|
- Update subscription information:
|
||
|
|
|
||
|
|
`pvesubscription {{[u|update]}}`
|
||
|
|
|
||
|
|
- Delete the subscription key from the current node:
|
||
|
|
|
||
|
|
`pvesubscription {{[d|delete]}}`
|