This message was deleted.
# fleet
a
This message was deleted.
p
just do a PUT on
v1/fleet.cattle.io.gitrepos/<fleet workspace>/<gitrepo name>
and set
paused: true
in the spec.
FYI you can do F12 in your browser, change to the network tab and then do the pause in the UI to see what call it does 🙂
b
Thanks so much!
f
They are standard k8s custom resources; use the regular k8s API to manipulate them. /v1 is an internal implementation detail to support the UI, not documented and not guaranteed to stay the same between any 2 versions.