v1
latestOpenAPI 3.0.02026-07-1410578280.2 KBPlugin
Upgrade a plugin
post/plugins/{name}/upgrade
Path parameters
namestring required
The name of the plugin. The :latest tag is optional, and is the default if omitted.
Query parameters
remotestring required
Remote reference to upgrade to.
The :latest tag is optional, and is used as the default if omitted.
Headers
X-Registry-Authstring
A base64-encoded auth configuration to use when pulling a plugin from a registry. See the authentication section for details.
Request body
Example request
[
{
"Description": "",
"Name": "network",
"Value": [
"host"
]
},
{
"Description": "",
"Name": "mount",
"Value": [
"/data"
]
},
{
"Description": "",
"Name": "device",
"Value": [
"/dev/cpu_dma_latency"
]
}
]Response
no error