app.update ========== Update `app_name` app with new configuration. This method is a job. .. raw:: html
Name of the application to update.
Must be at least 1 characters long
Updated configuration and settings for the application.
No Additional PropertiesUpdated configuration values for the application.
Updated Docker Compose configuration as a structured object.
Updated Docker Compose configuration as a YAML string.
The updated application entry with new configuration details.
No Additional PropertiesThe display name of the application.
Must be at least 1 characters long
Unique identifier for the application instance.
Must be at least 1 characters long
Current operational state of the application.
Whether a newer version of the application is available for upgrade.
The latest available version string, or null if no updates are available.
Must be at least 1 characters long
Whether newer Docker images are available for the containers in this application.
Whether this is a custom application (true) or from a catalog (false).
Whether this application has been migrated from kubernetes.
Human-readable version string for display purposes.
Must be at least 1 characters long
Technical version identifier of the currently installed application.
Must be at least 1 characters long
Application metadata including description, category, and other catalog information.
Information about the running containers, ports, and resources used by this application.
No Additional PropertiesTotal number of containers currently running for this application.
Array of all port mappings used by the application.
No Additional ItemsThe port number inside the container.
The network protocol used.
"tcp"
    "udp"
    Array of host port mappings for this container port.
No Additional ItemsThe port number on the host system.
The IP address on the host system that the port is bound to.
Array of host IP addresses in use by the application.
No Additional ItemsDetailed information about each container in the application.
No Additional ItemsUnique identifier for the container.
Name of the service this container provides.
Docker image name and tag used by this container.
Array of port mappings for this container.
No Additional ItemsThe port number inside the container.
The network protocol used.
"tcp"
    "udp"
    Array of host port mappings for this container port.
No Additional ItemsCurrent state of the container.
Array of volume mounts configured for this container.
No Additional ItemsThe source path or volume name on the host system.
The mount path inside the container.
The mount mode (e.g., 'rw' for read-write, 'ro' for read-only).
The volume type.
"bind"
    "volume"
    Array of all volume mounts used by the application.
No Additional ItemsThe source path or volume name on the host system.
The mount path inside the container.
The mount mode (e.g., 'rw' for read-write, 'ro' for read-only).
The volume type.
"bind"
    "volume"
    Array of Docker image names used by the application.
No Additional ItemsMust be at least 1 characters long
Array of Docker networks associated with the application.
No Additional ItemsThe name of the Docker network.
Unique identifier for the Docker network.
Key-value pairs of labels associated with the network.
Additional Properties of any type are allowed.
Type: objectUser-provided notes or comments about this application instance.
Web portals and access points provided by the application (URLs, ports, etc.).
Detailed version information including changelog and upgrade notes. null if not available.
Current configuration values for the application. null if configuration is not requested.