Extensions
extensions
Methods
List Extensions -> Array<{ id, activeVersion, description, 4 more... }>
get/extensions
Organization admins can share and manage Foxglove extensions. Check out the docs to learn more.
Get An Extension -> { foxe }
get/extensions/{id}
Get an extension
Delete An Extension -> { id }
delete/extensions/{id}
Once deleted, the extension will no longer be available within your organization.
path Parameters
id: string
Response fields
id: string
The ID of the deleted extension
Request example
200Example
Publish An Extension -> { id }
post/extension-upload
Available on Free, Team, and Enterprise plans
Publish a new Foxglove extension or an updated version of an existing extension. When uploaded, the extension will automatically be installed for users in your organization.
See our packaging tool create-foxglove-extension
for more information on how to create an extension.
Read the docs for more information on Foxglove extensions.