SCALE - Stop and App from Starting

Sulli1432

Cadet
Joined
Jun 26, 2021
Messages
8
Hi there

I'm a PLANK!! Some Help would be appreciated from the Guru's

I installed Tailscale as an App on Truenas scale

I deleted the the wrong API key from Tailscale and now I can't connect to Truenas.

Is there some code I can run from Linux shell or Truenas CLI shell to disable or delete it?.

I would prefer not to have to rebuild it all again from scratch.

Thanks for Reading

James
 

Heavy

Explorer
Joined
Aug 12, 2021
Messages
57
Stopping an application in the CLI:

For the linux shell/ssh
Code:
cli -c 'app chart_release scale release_name='\"tailscale\"\ 'scale_options={"replica_count": 0}'


for Truenas scale CLI
Code:
app chart_release scale release_name=tailscale scale_options={"replica_count": 0}



Should work, although you may need to replace tailscale with the name of your application.
 
Top