Tasks
StubberDB Update Connection
Enables or disables an existing StubberDB connection. Useful for managing database access and operational availability.
See automatic sync for more information on how enabled StubberDB connections are automatically synchronized.
Basic usage
Parameters
stubberdbuuid required string
The StubberDB UUID of the connection to update.
enabled required boolean
Whether the connection should be enabled.
Result
Properties
message string
Confirms that the StubberDB connection was updated successfully.
payload object
The updated StubberDB connection object.
payload.enabled boolean
The connection's new enabled state.
payload.connection_name string
The backend connection name associated with the StubberDB configuration.