refer to the current running pod's id from environment variable

is there any way to refer to the current running id of pods from env?
Solution
Yes but remember to use a $ in front of the variable name.
echo $RUNPOD_POD_ID
Was this page helpful?