There are several methods available for purging your Fastly CDN cache.
You may utilize the Fastly Command Line Interface (CLI) to purge your service by clearing all or specific objects. For further details, please refer to the following link: https://www.fastly.com/documentation/reference/cli/purge/
Furthermore, certain Content Management Systems (CMS) and frameworks are equipped with Content Delivery Network (CDN) integrations that automatically clear your objects following content modifications.
If you require your Fastly credentials, they can be located within your production or staging environments as environment variables or in the `fastly_tokens.txt` file of your Dedicated Generation 2 environments.
platform ssh -p <PROJECT_ID> -e <ENVIRONMENT> "env | grep -i fastly"
platform ssh -p <PROJECT_ID> -e <ENVIRONMENT> "cat /mnt/shared/fastly_tokens.txt"