8000 docs: add new section on managing provisioners from the dashboard by EdwardAngert · Pull Request #16563 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add new section on managing provisioners from the dashboard #16563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add manage provisioner jobs
  • Loading branch information
EdwardAngert committed Mar 20, 2025
commit ab9d2760d6da9e76177dd7e336ab44594b0dc860
12 changes: 12 additions & 0 deletions docs/admin/provisioners.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,18 @@ This can be disabled with a server-wide
coder server --provisioner-daemons=0
```

## Manage provisioner jobs

View more information about and manage your provisioners from the Coder dashboard.

1. Under **Admin settings** select **Organizations**, then select **Provisioner jobs**.

1. Select the **>** to expand each entry for more information.

1. To delete a job, select the 🚫 at the end of the entry's row.

If your user doesn't have the correct permissions, this option is greyed out.

## Prometheus metrics

Coder provisioner daemon exports metrics via the HTTP endpoint, which can be
Expand Down
Loading
0