<@ULVA73B9P>: what is the hostname if application ...
# ask-marvin
s
@Marvin: what is the hostname if application is configured to use prefect cloud?
m
The hostname for an application configured to use Prefect Cloud is defined by the
PREFECT_API_URL
configuration. It should be set to
<https://api.prefect.cloud>
. You can verify this by running the following command:
Copy code
$ prefect config view
Ensure that the
PREFECT_API_URL
value is
<https://api.prefect.cloud>
. For more details, you can refer to the Prefect documentation on connecting to Prefect Cloud: https://docs.prefect.io/latest/cloud/connecting/