Update README.md

This commit is contained in:
Willard Nilges 2022-08-31 22:07:48 -04:00 committed by GitHub
parent 4f7655ca6b
commit 27221a5e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,3 +68,10 @@ If you're trying to run this all on a VM without a graphical web browser, you ca
ssh example@dev-server.csh.rit.edu -L 8000:localhost:8000 -L 8001:localhost:8001
```
### Firing off Jobs
To fire off a targets cleanup job, run a curl request:
```
curl -X POST http://localhost:8000/console/cleanup -F 'token={VNC_CLEANUP_TOKEN}'
```