https://prefect.io logo
Title
a

Aqib Fayyaz

11/18/2021, 10:58 AM
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

Anna Geller

11/18/2021, 11:02 AM
a

Aqib Fayyaz

11/18/2021, 11:03 AM
i have checked it.
can i remove the tenant ?
a

Anna Geller

11/18/2021, 11:12 AM
I think you need the tenant, so if you remove it, you need to recreate it
a

Aqib Fayyaz

11/18/2021, 11:13 AM
no i did not remove it i am asking how can i remove it?
a

Anna Geller

11/18/2021, 11:24 AM
there is a GraphQL mutation delete_tenant
it takes tenant id as input
a

Aqib Fayyaz

11/18/2021, 2:44 PM
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