MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / update

Method update

python/src/cmdop/resources/schedules.py:80–114  ·  view source on GitHub ↗
(
        self,
        schedule_id: str,
        *,
        fleet_id: str | None = None,
        name: str | None = None,
        description: str | None = None,
        cron_expr: str | None = None,
        timezone: str | None = None,
        command: str | None = None,
        target_kind: str | None = None,
        is_enabled: bool | None = None,
        machine_ids: Sequence[str] | None = None,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_fleetMethod · 0.80
_unaryMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected