dokploy_registry_update
dokploy_registry_updateUpdate Docker registry configurations in Dokploy to modify credentials, URLs, or naming for container image management.
Instructions
[registry] registry.update (POST)
Parameters:
registryId (string, required)
registryName (string, optional)
imagePrefix (any, optional)
username (string, optional)
password (string, optional)
registryUrl (string, optional)
createdAt (string, optional)
registryType (enum: cloud, optional)
organizationId (string, optional)
serverId (string, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registryId | Yes | ||
| registryName | No | ||
| imagePrefix | No | ||
| username | No | ||
| password | No | ||
| registryUrl | No | ||
| createdAt | No | ||
| registryType | No | ||
| organizationId | No | ||
| serverId | No |