i have set the prefect server and agent using helm...
# prefect-server
a
i have set the prefect server and agent using helm chart on gke. I have set the value in .prefect/config.toml
[server]
host = "http://<EXTERNAL-IP>"
as mentioned in docs to point the cli to server. i have created the tenat using command
prefect backend server && prefect server create-tenant --name default --slug default
now when i open the server ui i shows the getting-started page and if i click on dashboard
a
a
i have checked it.
can i remove the tenant ?
a
I think you need the tenant, so if you remove it, you need to recreate it
a
no i did not remove it i am asking how can i remove it?
a
there is a GraphQL mutation delete_tenant
it takes tenant id as input
a
Yeah i think i find the issue, for the first time when i open the browser i have to give apollo ip address in the box in getting-started ui and it start working and if i change the google chrome account i have to do that there too and if someone else on other computer tries to access the server ui they need to follow the same process