Job Auto-Deletion #678
-
Hello Good Sirs and 'Madams, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The only way to do it in Cronicle v1 is to script the API: https://github.com/jhuckaby/Cronicle/blob/master/docs/APIReference.md#delete_event You can do this in a shell script using Cronicle v2 has a "Self Destruct" option you can enable on an event, which does exactly what you want, however Cronicle v2 is not going to be released until early 2024. |
Beta Was this translation helpful? Give feedback.
The only way to do it in Cronicle v1 is to script the API: https://github.com/jhuckaby/Cronicle/blob/master/docs/APIReference.md#delete_event
You can do this in a shell script using
curl
.Cronicle v2 has a "Self Destruct" option you can enable on an event, which does exactly what you want, however Cronicle v2 is not going to be released until early 2024.