Plugins
Cedana API for plugin distribution
Exact version match, e.g. 0.9.2
Architecture, e.g. amd64
Build type: alpha|release
set to true to fetch with exact repository name and build name
Redirects to a presigned S3 URL for the cedana binary
No content
Invalid key format
cedana binary not found
Failed to cedana binary from S3
Client error
Server error
GET /v1/download HTTP/1.1
Accept: */*
No content
Exact version match, e.g. 0.9.2
Architecture, e.g. amd64
Build type: alpha|release
set to true to fetch with exact repository name and build name
Redirects to a presigned S3 URL for install-release.sh
No content
Invalid key format
cedana install-release.sh not found
Failed to install-release.sh from cedana repository
Client error
Server error
GET /v1/install HTTP/1.1
Accept: */*
No content
Exact version match, e.g. 0.9.2
Architecture, e.g. amd64
Build type: alpha|release
set to true to fetch with exact repository name and build name
Redirects to a presigned S3 URL for cedana-slurm install-release.sh
No content
Invalid key format
cedana-slurm install-release.sh not found
Failed to install-release.sh from cedana-slurm repository
Client error
Server error
GET /v1/install/slurm HTTP/1.1
Accept: */*
No content
Supports direct query params (names, compatibility, arch, build)
Comma-separated plugin names, e.g. cedana,runc; each may pin a version with name@version
Exact version match, e.g. 0.9.2
Architecture, e.g. amd64
Build type: alpha|release
Returns matching plugins
Invalid query params
Failed to fetch plugins from S3
Client error
Server error
GET /v1/plugins HTTP/1.1
Accept: */*
[
{
"binaries": [
{
"checksum": null,
"install_dir": "text",
"name": "text"
}
],
"latest_version": "text",
"libraries": [
{
"checksum": null,
"install_dir": "text",
"name": "text"
}
],
"name": "text",
"published_at": "2026-01-01T00:00:00.000Z",
"size": 1,
"status": "UNKNOWN",
"type": "UNIMPLEMENTED",
"version": "text"
}
]Exact version match, e.g. 0.9.2
Architecture, e.g. amd64
Build type: alpha|release
set to true to fetch with exact repository name and build name
Redirects to a presigned S3 URL for the plugin binary
No content
Invalid key format
Plugin binary not found
Failed to fetch plugin from S3
Client error
Server error
GET /v1/plugins/download/{binary_name} HTTP/1.1
Accept: */*
No content
Uploaded plugins
Invalid payload fields
Failed to upload plugins to S3
Client error
Server error
POST /v1/plugins/upload/{name} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"arch": null,
"build": null,
"checksum": null,
"repository": "text",
"version": null
}{
"latest_upload_url": "text",
"version_upload_url": "text"
}Last updated
Was this helpful?